input: Save keyboard's LED state to correct place
authorBin Meng <[email protected]>
Thu, 12 Nov 2015 13:33:01 +0000 (05:33 -0800)
committerSimon Glass <[email protected]>
Fri, 20 Nov 2015 03:13:41 +0000 (20:13 -0700)
commit533c81a94988362fe7379bebd13ee0f701b38454
treedd46d0a9b2de9583a799c0c79ddf807c48153fb1
parent91f815450f2c96dcf0507653767c8ae27f54ea2c
input: Save keyboard's LED state to correct place

Currently keyboard's LED state is wrongly saved to config->leds in
process_modifier(). It should really be config->flags.

Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
drivers/input/input.c